home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000261_ddotson@digidata.com_Thu Jul 12 13:51:58 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. Article: 12591 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!howland.erols.net!newsfeed.cwix.com!sjc-peer.news.verio.net!news.verio.net!iad-read.news.verio.net.POSTED!not-for-mail
  3. Message-ID: <3B4DDE9B.C12DEF3@digidata.com>
  4. From: Doug Dotson <ddotson@digidata.com>
  5. X-Mailer: Mozilla 4.77 [en] (WinNT; U)
  6. X-Accept-Language: en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.os.vxworks,comp.arch.embedded,comp.protocols.kermit.misc
  9. Subject: Re: Kermit for VxWorks
  10. References: <9ikjrq$asm@watsun.cc.columbia.edu>
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 30
  14. Date: Thu, 12 Jul 2001 13:30:03 -0400
  15. NNTP-Posting-Host: 64.56.56.161
  16. X-Complaints-To: abuse@verio.net
  17. X-Trace: iad-read.news.verio.net 994958838 64.56.56.161 (Thu, 12 Jul 2001 17:27:18 GMT)
  18. NNTP-Posting-Date: Thu, 12 Jul 2001 17:27:18 GMT
  19. Organization: Verio
  20. Xref: newsmaster.cc.columbia.edu comp.os.vxworks:41645 comp.arch.embedded:108304 comp.protocols.kermit.misc:12591
  21.  
  22. It shouldn't be too much of a problem to port it. vxWorks is
  23. a bit different in that you don't build executables in the UNIX
  24. sense. You build .o files and they are linked when loaded. There
  25. is no main(). But if you changed main() to kermit() you should be
  26. OK. Argument typed on the command line are mapped into the
  27. function arguments. You will have to change some header files
  28. and the makefile won't work as it is.
  29.  
  30. DOug
  31.  
  32.  
  33. Frank da Cruz wrote:
  34.  
  35. > From time to time, we get requests for Kermit file transfer software
  36. > for VxWorks.  I'd like to be able satisfy them.
  37. >
  38. > Does VxWorks have a C compiler, the basic minimum well-known header
  39. > files, a C library, and a make program?  Does it support the UNIX
  40. > notion of standard i/o?  If so, then maybe it's just a simple matter
  41. > of getting the G-Kermit sources files onto VxWorks and typing "make":
  42. >
  43. >   http://www.columbia.edu/kermit/gkermit.html
  44. >
  45. > Would anybody care to give it a try and report back?  Thanks!
  46. >
  47. > Frank da Cruz
  48. > The Kermit Project
  49. > Columbia University
  50. > http://www.columbia.edu/kermit/
  51.  
  52.